home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / Chip 11-96.iso / workshop / other / testlin / testlin.exe / rar / LINUX / LINUX.BAT < prev    next >
DOS Batch File  |  1996-03-18  |  401b  |  11 lines

  1. @echo off
  2. echo You must start linux.bat with drive letter like: linux c !
  3. echo If you forgot this, press CTRL-C now and start again.
  4. echo Otherwise:
  5. pause
  6. echo First, ensure any unwritten disk buffers are flushed:
  7. smartdrv /C
  8. echo Start the LOADLIN process:
  9. echo %1:\linux\etc\loadlin\loadlinx  %1:\linux\vmlinuz  root=%1:  rw
  10. %1:\linux\etc\loadlin\loadlinx  %1:\linux\vmlinuz  root=%1:  rw
  11.